home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 March / CMCD0305.ISO / Software / Shareware / Grafica / jpeginst / jpeginst.exe / {app} / enhancer.exe / 0 / RCDATA / TMEDIANDLG / TMEDIANDLG.txt
Text File  |  2004-11-05  |  7KB  |  283 lines

  1. object MedianDlg: TMedianDlg
  2.   Left = 686
  3.   Top = 353
  4.   AutoScroll = False
  5.   BorderIcons = [biMinimize, biMaximize]
  6.   ClientHeight = 272
  7.   ClientWidth = 226
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Position = poMainFormCenter
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object ButtonOK: TTeButton
  22.     Left = 8
  23.     Top = 242
  24.     Width = 65
  25.     Height = 25
  26.     Performance = kspNoBuffer
  27.     OnClick = ButtonOKClick
  28.     BlackAndWhiteGlyph = False
  29.     Caption = 'Filter'
  30.     FontOptions.Bold = False
  31.     FontOptions.Italic = False
  32.     FontOptions.SizeDelta = 0
  33.     FontOptions.FontColor = clNone
  34.     FontOptions.StrikeOut = False
  35.     FontOptions.Underline = False
  36.     ThemeObject = 'default'
  37.     TabOrder = 0
  38.     WordWrap = False
  39.   end
  40.   object ButtonUndo: TTeButton
  41.     Left = 152
  42.     Top = 242
  43.     Width = 65
  44.     Height = 25
  45.     Performance = kspNoBuffer
  46.     OnClick = ButtonUndoClick
  47.     BlackAndWhiteGlyph = False
  48.     Caption = 'Undo'
  49.     Enabled = False
  50.     FontOptions.Bold = False
  51.     FontOptions.Italic = False
  52.     FontOptions.SizeDelta = 0
  53.     FontOptions.FontColor = clNone
  54.     FontOptions.StrikeOut = False
  55.     FontOptions.Underline = False
  56.     ThemeObject = 'default'
  57.     TabOrder = 1
  58.     WordWrap = False
  59.   end
  60.   object ButtonClose: TTeButton
  61.     Left = 80
  62.     Top = 242
  63.     Width = 65
  64.     Height = 25
  65.     Performance = kspNoBuffer
  66.     OnClick = ButtonCloseClick
  67.     BlackAndWhiteGlyph = False
  68.     Cancel = True
  69.     Caption = 'Close'
  70.     FontOptions.Bold = False
  71.     FontOptions.Italic = False
  72.     FontOptions.SizeDelta = 0
  73.     FontOptions.FontColor = clNone
  74.     FontOptions.StrikeOut = False
  75.     FontOptions.Underline = False
  76.     ThemeObject = 'default'
  77.     TabOrder = 2
  78.     WordWrap = False
  79.   end
  80.   object Panel1: TTePanel
  81.     Left = 7
  82.     Top = 153
  83.     Width = 211
  84.     Height = 80
  85.     TabOrder = 3
  86.     ThemeObject = 'default'
  87.     object Label1: TTeLabel
  88.       Left = 85
  89.       Top = 33
  90.       Width = 33
  91.       Height = 13
  92.       Performance = kspNoBuffer
  93.       Caption = 'Radius'
  94.       Color = clBtnFace
  95.       ParentColor = False
  96.       ThemeObject = 'default'
  97.     end
  98.     object Label2: TTeLabel
  99.       Left = 5
  100.       Top = 31
  101.       Width = 6
  102.       Height = 13
  103.       Performance = kspNoBuffer
  104.       Caption = '1'
  105.       Color = clBtnFace
  106.       ParentColor = False
  107.       ThemeObject = 'default'
  108.     end
  109.     object Label3: TTeLabel
  110.       Left = 192
  111.       Top = 32
  112.       Width = 12
  113.       Height = 13
  114.       Performance = kspNoBuffer
  115.       Caption = '10'
  116.       Color = clBtnFace
  117.       ParentColor = False
  118.       ThemeObject = 'default'
  119.     end
  120.     object TB_Rad: TTeTrackBar
  121.       Left = 2
  122.       Top = 10
  123.       Width = 207
  124.       Height = 23
  125.       Performance = kspNoBuffer
  126.       Min = 1
  127.       Orientation = ktoHorizontal
  128.       TabOrder = 0
  129.       ThumbHalfWidth = 2
  130.       Transparent = True
  131.       ThemeObject = 'default'
  132.     end
  133.     object ProgressBar: TTeProgressBar
  134.       Left = 9
  135.       Top = 55
  136.       Width = 193
  137.       Height = 17
  138.       Performance = kspDoubleBuffer
  139.       Visible = False
  140.       BorderWidth = 0
  141.       Position = 0
  142.       Orientation = kpoHorizontal
  143.       ThemeObject = 'default'
  144.       ShowBorder = True
  145.       Smooth = True
  146.     end
  147.   end
  148.   object GB_MedType: TTeGroupBox
  149.     Left = 7
  150.     Top = 8
  151.     Width = 211
  152.     Height = 129
  153.     Performance = kspNoBuffer
  154.     CaptionMargin = 12
  155.     Caption = 'Filter type'
  156.     CheckBoxAlignment = kalLeftJustify
  157.     ThemeObject = 'default'
  158.     Transparent = True
  159.     TabOrder = 4
  160.     UseCheckBox = False
  161.     object RB_MedX: TTeRadioButton
  162.       Left = 7
  163.       Top = 69
  164.       Width = 113
  165.       Height = 17
  166.       Performance = kspNoBuffer
  167.       OnClick = RB_MedXClick
  168.       Caption = 'x'
  169.       Alignment = kalLeftJustify
  170.       Checked = False
  171.       GroupIndex = 0
  172.       Spacing = 5
  173.       ThemeObject = 'default'
  174.       TabOrder = 0
  175.       Transparent = True
  176.       WordWrap = False
  177.     end
  178.     object RB_MedPlus: TTeRadioButton
  179.       Left = 7
  180.       Top = 89
  181.       Width = 113
  182.       Height = 17
  183.       Performance = kspNoBuffer
  184.       OnClick = RB_MedPlusClick
  185.       Caption = '+'
  186.       Alignment = kalLeftJustify
  187.       Checked = False
  188.       GroupIndex = 0
  189.       Spacing = 5
  190.       ThemeObject = 'default'
  191.       TabOrder = 1
  192.       Transparent = True
  193.       WordWrap = False
  194.     end
  195.     object Radio_MedRound: TTeRadioButton
  196.       Left = 7
  197.       Top = 49
  198.       Width = 89
  199.       Height = 17
  200.       Performance = kspNoBuffer
  201.       OnClick = Radio_MedRoundClick
  202.       Caption = 'Round'
  203.       Alignment = kalLeftJustify
  204.       Checked = False
  205.       GroupIndex = 0
  206.       Spacing = 5
  207.       ThemeObject = 'default'
  208.       TabOrder = 2
  209.       Transparent = True
  210.       WordWrap = False
  211.     end
  212.     object Radio_MedSquare: TTeRadioButton
  213.       Left = 7
  214.       Top = 29
  215.       Width = 97
  216.       Height = 17
  217.       Performance = kspNoBuffer
  218.       OnClick = Radio_MedSquareClick
  219.       Caption = 'Square'
  220.       Alignment = kalLeftJustify
  221.       Checked = True
  222.       GroupIndex = 0
  223.       Spacing = 5
  224.       ThemeObject = 'default'
  225.       TabOrder = 3
  226.       TabStop = True
  227.       Transparent = True
  228.       WordWrap = False
  229.     end
  230.   end
  231.   object TeForm1: TTeForm
  232.     Animation.EffectKind = '[ RANDOM ] - Random selection'
  233.     BorderIcons = []
  234.     BorderStyle = kbsDialog
  235.     Dragging.Sizeable = False
  236.     SystemMenuOptions.Animation.EffectKind = '[ RANDOM ] - Random selection'
  237.     TrayMenuOptions.Animation.EffectKind = '[ RANDOM ] - Random selection'
  238.     Performance = ksfpNoBuffer
  239.     StayOnTop = False
  240.     StretchBackground = False
  241.     WindowState = kwsNormal
  242.     ThemeObject = 'default'
  243.     Left = 151
  244.     Top = 56
  245.   end
  246.   object m_pFormLang: TsmlFormLangRes
  247.     LangFileName = 'DefLang.ini'
  248.     IgnoreEmptyString = False
  249.     AutoCreateMode = True
  250.     AddBracket = False
  251.     StringProperties.Strings = (
  252.       'Caption')
  253.     StringsProperties.Strings = (
  254.       'Tabs'
  255.       'Items')
  256.     IgnoreControls.Strings = (
  257.       'Panel1'
  258.       'Label2'
  259.       'Label3'
  260.       'RB_MedX'
  261.       'RB_MedPlus'
  262.       'TeForm1')
  263.     IgnoreFormCaption = True
  264.     IncludeListViewItems = False
  265.     IncludeListViewHead = False
  266.     IncludeTreeViewItems = False
  267.     Active = True
  268.     Left = 159
  269.     Top = 96
  270.   end
  271.   object m_pMsgLang: TsmlMsgLangRes
  272.     LangFileName = 'DefLang.ini'
  273.     IgnoreEmptyString = False
  274.     AutoCreateMode = True
  275.     AddBracket = False
  276.     MsgList.Strings = (
  277.       'MsgUndo=To undo this action click "Process"')
  278.     Active = True
  279.     Left = 127
  280.     Top = 96
  281.   end
  282. end
  283.